FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package uk.nhsdigital.r4.test#2.10.1-prerelease (110 ms)

Package uk.nhsdigital.r4.test
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=uk.nhsdigital.r4.test@2.10.1-prerelease&canonical=https://fhir.nhs.uk/StructureDefinition/NHSDigital-Composition
Url https://fhir.nhs.uk/StructureDefinition/NHSDigital-Composition
Status draft
Name NHSDigitalComposition
Experimental False
Type Composition
Kind resource

Resources that use this resource

StructureDefinition
https://fhir.nhs.uk/StructureDefinition/NHSDigital-Bundle-FHIRDocument NHSDigitalBundleFHIRDocument

Resources that this resource uses

StructureDefinition
https://fhir.nhs.uk/StructureDefinition/NHSDigital-Encounter NHSDigitalEncounter
https://fhir.nhs.uk/StructureDefinition/NHSDigital-Organization NHSDigitalOrganization
https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient NHSDigitalPatient
https://fhir.nhs.uk/StructureDefinition/NHSDigital-Practitioner NHSDigitalPractitioner


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "46e1089a-5562-4a91-8951-40db0a35bd69",
  "url" : "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Composition",
  "name" : "NHSDigitalComposition",
  "status" : "draft",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Composition",
  "baseDefinition" : "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Composition",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Composition.subject",
        "path" : "Composition.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ],
        "constraint" : [
          {
            "key" : "patient-reference",
            "severity" : "warning",
            "human" : "subject - An identifier reference or resource reference must be provided",
            "expression" : "(reference.exists() or (identifier.exists()))"
          },
          {
            "key" : "patient-nhs",
            "severity" : "error",
            "human" : "Length of the supplied NHS Number is wrong.",
            "expression" : "identifier.where(system='https://fhir.nhs.uk/Id/nhs-number').exists().not() or (identifier.where(system='https://fhir.nhs.uk/Id/nhs-number').exists() and identifier.where(system='https://fhir.nhs.uk/Id/nhs-number').value.matches('^([0-9]{10})$'))"
          }
        ]
      },
      {
        "id" : "Composition.section",
        "path" : "Composition.section",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "code.coding.code"
            }
          ],
          "ordered" : false,
          "rules" : "closed"
        },
        "min" : 1
      },
      {
        "id" : "Composition.section.code",
        "path" : "Composition.section.code",
        "min" : 1
      },
      {
        "id" : "Composition.section.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.section.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "min" : 1
      },
      {
        "id" : "Composition.section.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1
      },
      {
        "id" : "Composition.section.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "min" : 1
      },
      {
        "id" : "Composition.section.text",
        "path" : "Composition.section.text",
        "min" : 1
      },
      {
        "id" : "Composition.section:admissionDetailsSection",
        "path" : "Composition.section",
        "sliceName" : "admissionDetailsSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:admissionDetailsSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Admission details"
      },
      {
        "id" : "Composition.section:admissionDetailsSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "886781000000108"
      },
      {
        "id" : "Composition.section:admissionDetailsSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Admission details"
      },
      {
        "id" : "Composition.section:admissionDetailsSection.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Encounter"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:allergiesAndAdverseReactionsSection",
        "path" : "Composition.section",
        "sliceName" : "allergiesAndAdverseReactionsSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:allergiesAndAdverseReactionsSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Allergies and adverse reactions"
      },
      {
        "id" : "Composition.section:allergiesAndAdverseReactionsSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "886921000000105"
      },
      {
        "id" : "Composition.section:allergiesAndAdverseReactionsSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Allergies and adverse reactions"
      },
      {
        "id" : "Composition.section:allergiesAndAdverseReactionsSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-AllergyIntolerance"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:assessmentScalesSection",
        "path" : "Composition.section",
        "sliceName" : "assessmentScalesSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:assessmentScalesSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Assessment scales"
      },
      {
        "id" : "Composition.section:assessmentScalesSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "887141000000103"
      },
      {
        "id" : "Composition.section:assessmentScalesSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Assessment scales"
      },
      {
        "id" : "Composition.section:clinicalSummarySection",
        "path" : "Composition.section",
        "sliceName" : "clinicalSummarySection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:clinicalSummarySection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Clinical summary"
      },
      {
        "id" : "Composition.section:clinicalSummarySection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "887181000000106"
      },
      {
        "id" : "Composition.section:clinicalSummarySection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Clinical summary"
      },
      {
        "id" : "Composition.section:clinicalSummarySection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Binary"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:diagnosesSection",
        "path" : "Composition.section",
        "sliceName" : "diagnosesSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:diagnosesSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Diagnoses"
      },
      {
        "id" : "Composition.section:diagnosesSection.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Composition.section:diagnosesSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "887161000000102"
      },
      {
        "id" : "Composition.section:diagnosesSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Diagnoses"
      },
      {
        "id" : "Composition.section:diagnosesSection.code.coding.userSelected",
        "path" : "Composition.section.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Composition.section:diagnosesSection.code.text",
        "path" : "Composition.section.code.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:diagnosesSection.text",
        "path" : "Composition.section.text",
        "min" : 1
      },
      {
        "id" : "Composition.section:diagnosesSection.mode",
        "path" : "Composition.section.mode",
        "max" : "0"
      },
      {
        "id" : "Composition.section:diagnosesSection.orderedBy",
        "path" : "Composition.section.orderedBy",
        "max" : "0"
      },
      {
        "id" : "Composition.section:diagnosesSection.orderedBy.coding.system",
        "path" : "Composition.section.orderedBy.coding.system",
        "min" : 1
      },
      {
        "id" : "Composition.section:diagnosesSection.orderedBy.coding.version",
        "path" : "Composition.section.orderedBy.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.section:diagnosesSection.orderedBy.coding.code",
        "path" : "Composition.section.orderedBy.coding.code",
        "min" : 1
      },
      {
        "id" : "Composition.section:diagnosesSection.orderedBy.coding.display",
        "path" : "Composition.section.orderedBy.coding.display",
        "min" : 1
      },
      {
        "id" : "Composition.section:diagnosesSection.orderedBy.coding.userSelected",
        "path" : "Composition.section.orderedBy.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Composition.section:diagnosesSection.orderedBy.text",
        "path" : "Composition.section.orderedBy.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:diagnosesSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Condition"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:diagnosesSection.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:diagnosesSection.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:diagnosesSection.section",
        "path" : "Composition.section.section",
        "max" : "0"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection",
        "path" : "Composition.section",
        "sliceName" : "dischargeDetailsSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Discharge details"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.code",
        "path" : "Composition.section.code",
        "min" : 1
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "min" : 1,
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.code.coding.version",
        "path" : "Composition.section.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "886811000000106"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Discharge details"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.code.coding.userSelected",
        "path" : "Composition.section.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.code.text",
        "path" : "Composition.section.code.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.text",
        "path" : "Composition.section.text",
        "min" : 1
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.mode",
        "path" : "Composition.section.mode",
        "max" : "0"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.orderedBy",
        "path" : "Composition.section.orderedBy",
        "max" : "0"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.orderedBy.coding.system",
        "path" : "Composition.section.orderedBy.coding.system",
        "min" : 1
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.orderedBy.coding.version",
        "path" : "Composition.section.orderedBy.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.orderedBy.coding.code",
        "path" : "Composition.section.orderedBy.coding.code",
        "min" : 1
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.orderedBy.coding.display",
        "path" : "Composition.section.orderedBy.coding.display",
        "min" : 1
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.orderedBy.coding.userSelected",
        "path" : "Composition.section.orderedBy.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.orderedBy.text",
        "path" : "Composition.section.orderedBy.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Encounter"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:dischargeDetailsSection.section",
        "path" : "Composition.section.section",
        "max" : "0"
      },
      {
        "id" : "Composition.section:distributionListSection",
        "path" : "Composition.section",
        "sliceName" : "distributionListSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:distributionListSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Distribution list"
      },
      {
        "id" : "Composition.section:distributionListSection.code",
        "path" : "Composition.section.code",
        "min" : 1
      },
      {
        "id" : "Composition.section:distributionListSection.code.coding",
        "path" : "Composition.section.code.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.section:distributionListSection.code.coding.system",
        "path" : "Composition.section.code.coding.system",
        "min" : 1,
        "fixedUri" : "http://snomed.info/sct"
      },
      {
        "id" : "Composition.section:distributionListSection.code.coding.version",
        "path" : "Composition.section.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.section:distributionListSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "887261000000109"
      },
      {
        "id" : "Composition.section:distributionListSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Distribution list"
      },
      {
        "id" : "Composition.section:gpPracticeSection",
        "path" : "Composition.section",
        "sliceName" : "gpPracticeSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:gpPracticeSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "GP practice"
      },
      {
        "id" : "Composition.section:gpPracticeSection.code.coding.version",
        "path" : "Composition.section.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.section:gpPracticeSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "886711000000101"
      },
      {
        "id" : "Composition.section:gpPracticeSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "GP practice"
      },
      {
        "id" : "Composition.section:gpPracticeSection.code.coding.userSelected",
        "path" : "Composition.section.code.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Composition.section:gpPracticeSection.code.text",
        "path" : "Composition.section.code.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:gpPracticeSection.text",
        "path" : "Composition.section.text",
        "min" : 1
      },
      {
        "id" : "Composition.section:gpPracticeSection.mode",
        "path" : "Composition.section.mode",
        "max" : "0"
      },
      {
        "id" : "Composition.section:gpPracticeSection.orderedBy",
        "path" : "Composition.section.orderedBy",
        "max" : "0"
      },
      {
        "id" : "Composition.section:gpPracticeSection.orderedBy.coding.system",
        "path" : "Composition.section.orderedBy.coding.system",
        "min" : 1
      },
      {
        "id" : "Composition.section:gpPracticeSection.orderedBy.coding.version",
        "path" : "Composition.section.orderedBy.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.section:gpPracticeSection.orderedBy.coding.code",
        "path" : "Composition.section.orderedBy.coding.code",
        "min" : 1
      },
      {
        "id" : "Composition.section:gpPracticeSection.orderedBy.coding.display",
        "path" : "Composition.section.orderedBy.coding.display",
        "min" : 1
      },
      {
        "id" : "Composition.section:gpPracticeSection.orderedBy.coding.userSelected",
        "path" : "Composition.section.orderedBy.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Composition.section:gpPracticeSection.orderedBy.text",
        "path" : "Composition.section.orderedBy.text",
        "max" : "0"
      },
      {
        "id" : "Composition.section:gpPracticeSection.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Organization"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:individualRequirementsSection",
        "path" : "Composition.section",
        "sliceName" : "individualRequirementsSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:individualRequirementsSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Individual requirements"
      },
      {
        "id" : "Composition.section:individualRequirementsSection.code.coding.version",
        "path" : "Composition.section.code.coding.version",
        "max" : "0"
      },
      {
        "id" : "Composition.section:individualRequirementsSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "1078911000000106"
      },
      {
        "id" : "Composition.section:individualRequirementsSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Individual requirements"
      },
      {
        "id" : "Composition.section:individualRequirementsSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Binary"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:individualRequirementsSection.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:individualRequirementsSection.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:individualRequirementsSection.section",
        "path" : "Composition.section.section",
        "max" : "0"
      },
      {
        "id" : "Composition.section:informationAndAdviceGivenSection",
        "path" : "Composition.section",
        "sliceName" : "informationAndAdviceGivenSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:informationAndAdviceGivenSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Information and advice given"
      },
      {
        "id" : "Composition.section:informationAndAdviceGivenSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "1052951000000105"
      },
      {
        "id" : "Composition.section:informationAndAdviceGivenSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Information and advice given"
      },
      {
        "id" : "Composition.section:informationAndAdviceGivenSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Binary"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:investigationResultsSection",
        "path" : "Composition.section",
        "sliceName" : "investigationResultsSection"
      },
      {
        "id" : "Composition.section:investigationResultsSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Investigation results"
      },
      {
        "id" : "Composition.section:investigationResultsSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "1082101000000102"
      },
      {
        "id" : "Composition.section:investigationResultsSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Investigation results"
      },
      {
        "id" : "Composition.section:investigationResultsSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Binary"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:investigationResultsSection.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:investigationResultsSection.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:investigationResultsSection.section",
        "path" : "Composition.section.section",
        "max" : "0"
      },
      {
        "id" : "Composition.section:legalInformationSection",
        "path" : "Composition.section",
        "sliceName" : "legalInformationSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:legalInformationSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Legal information"
      },
      {
        "id" : "Composition.section:legalInformationSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "886961000000102"
      },
      {
        "id" : "Composition.section:legalInformationSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Legal information"
      },
      {
        "id" : "Composition.section:legalInformationSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Binary"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:legalInformationSection.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:legalInformationSection.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:legalInformationSection.section",
        "path" : "Composition.section.section",
        "max" : "0"
      },
      {
        "id" : "Composition.section:medicationsAndMedicalDevicesSection",
        "path" : "Composition.section",
        "sliceName" : "medicationsAndMedicalDevicesSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:medicationsAndMedicalDevicesSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Medications and medical devices"
      },
      {
        "id" : "Composition.section:medicationsAndMedicalDevicesSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "933361000000108"
      },
      {
        "id" : "Composition.section:medicationsAndMedicalDevicesSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Medications and medical devices"
      },
      {
        "id" : "Composition.section:medicationsAndMedicalDevicesSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-MedicationStatement"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:participationInResearchSection",
        "path" : "Composition.section",
        "sliceName" : "participationInResearchSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:participationInResearchSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Participation in research"
      },
      {
        "id" : "Composition.section:participationInResearchSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "886751000000102"
      },
      {
        "id" : "Composition.section:participationInResearchSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Participation in research"
      },
      {
        "id" : "Composition.section:participationInResearchSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Binary"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection",
        "path" : "Composition.section",
        "sliceName" : "patientAndCarerConcernsExpectationsAndWishesSection"
      },
      {
        "id" : "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Patient and carer concerns, expectations and wishes"
      },
      {
        "id" : "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "1052941000000107"
      },
      {
        "id" : "Composition.section:patientAndCarerConcernsExpectationsAndWishesSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Patient and carer concerns, expectations and wishes"
      },
      {
        "id" : "Composition.section:patientDemographicsSection",
        "path" : "Composition.section",
        "sliceName" : "patientDemographicsSection",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Composition.section:patientDemographicsSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Patient demographics"
      },
      {
        "id" : "Composition.section:patientDemographicsSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "886731000000109"
      },
      {
        "id" : "Composition.section:patientDemographicsSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Patient demographics"
      },
      {
        "id" : "Composition.section:patientDemographicsSection.entry",
        "path" : "Composition.section.entry",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Patient"
            ],
            "aggregation" : [
              "referenced"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:personCompletingRecordSection",
        "path" : "Composition.section",
        "sliceName" : "personCompletingRecordSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:personCompletingRecordSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Person completing record"
      },
      {
        "id" : "Composition.section:personCompletingRecordSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "887231000000104"
      },
      {
        "id" : "Composition.section:personCompletingRecordSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Person completing record"
      },
      {
        "id" : "Composition.section:personCompletingRecordSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.nhs.uk/StructureDefinition/NHSDigital-Practitioner"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:personCompletingRecordSection.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:planAndRequestedActionsSection",
        "path" : "Composition.section",
        "sliceName" : "planAndRequestedActionsSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:planAndRequestedActionsSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Plan and requested actions"
      },
      {
        "id" : "Composition.section:planAndRequestedActionsSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "min" : 1,
        "fixedCode" : "887201000000105"
      },
      {
        "id" : "Composition.section:planAndRequestedActionsSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Plan and requested actions"
      },
      {
        "id" : "Composition.section:planAndRequestedActionsSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Binary"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:planAndRequestedActionsSection.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:planAndRequestedActionsSection.emptyReason",
        "path" : "Composition.section.emptyReason",
        "max" : "0"
      },
      {
        "id" : "Composition.section:planAndRequestedActionsSection.section",
        "path" : "Composition.section.section",
        "max" : "0"
      },
      {
        "id" : "Composition.section:proceduresSection",
        "path" : "Composition.section",
        "sliceName" : "proceduresSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:proceduresSection.title",
        "path" : "Composition.section.title",
        "min" : 1,
        "fixedString" : "Procedures"
      },
      {
        "id" : "Composition.section:proceduresSection.code",
        "path" : "Composition.section.code",
        "min" : 1
      },
      {
        "id" : "Composition.section:proceduresSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "887171000000109"
      },
      {
        "id" : "Composition.section:proceduresSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Procedures"
      },
      {
        "id" : "Composition.section:proceduresSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Procedure"
            ]
          }
        ]
      },
      {
        "id" : "Composition.section:proceduresSection.entry.reference",
        "path" : "Composition.section.entry.reference",
        "min" : 1
      },
      {
        "id" : "Composition.section:referrerDetailsSection",
        "path" : "Composition.section",
        "sliceName" : "referrerDetailsSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:referrerDetailsSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Referrer details"
      },
      {
        "id" : "Composition.section:referrerDetailsSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "1052891000000108"
      },
      {
        "id" : "Composition.section:referrerDetailsSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Referrer details"
      },
      {
        "id" : "Composition.section:safetyAlertsSection",
        "path" : "Composition.section",
        "sliceName" : "safetyAlertsSection",
        "max" : "1"
      },
      {
        "id" : "Composition.section:safetyAlertsSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Safety alerts"
      },
      {
        "id" : "Composition.section:safetyAlertsSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "886931000000107"
      },
      {
        "id" : "Composition.section:safetyAlertsSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Safety alerts"
      },
      {
        "id" : "Composition.section:socialContextSection",
        "path" : "Composition.section",
        "sliceName" : "socialContextSection"
      },
      {
        "id" : "Composition.section:socialContextSection.title",
        "path" : "Composition.section.title",
        "fixedString" : "Social context"
      },
      {
        "id" : "Composition.section:socialContextSection.code.coding.code",
        "path" : "Composition.section.code.coding.code",
        "fixedCode" : "887051000000101"
      },
      {
        "id" : "Composition.section:socialContextSection.code.coding.display",
        "path" : "Composition.section.code.coding.display",
        "fixedString" : "Social context"
      },
      {
        "id" : "Composition.section:socialContextSection.entry",
        "path" : "Composition.section.entry",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/Binary"
            ]
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.